home *** CD-ROM | disk | FTP | other *** search
/ Postcard CD: Toronto / Postcard CD: Toronto (2004).iso / mac / SS2.dxr / Internal_54_buttonhand.ls < prev    next >
Encoding:
Text File  |  2002-01-11  |  111 b   |  12 lines

  1. on mouseEnter me
  2.   cursor(280)
  3. end
  4.  
  5. on mouseLeave me
  6.   cursor(-1)
  7. end
  8.  
  9. on mouseDown me
  10.   open("PCDSS.exe")
  11. end
  12.